Implement an "allowed hosts" mechanism for the XML-RPC server layer, using
authorEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 10:23:34 +0000 (10:23 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 10:23:34 +0000 (10:23 +0000)
commit027a79031712222f2a337f258e3a1567573e655d
treed71bb5c4e93f3c309b69f1d5d6da3986c842915a
parent1a83e87410fae5e9695cef9f3404b3223339876d
Implement an "allowed hosts" mechanism for the XML-RPC server layer, using
code from the relocation protocol handling and some plumbing.  Add a new
configuration entry for the Xen-API server, including use of this mechanism.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/examples/xend-config.sxp
tools/python/xen/util/xmlrpclib2.py
tools/python/xen/web/connection.py
tools/python/xen/web/tcp.py
tools/python/xen/xend/XendRoot.py
tools/python/xen/xend/server/SrvServer.py
tools/python/xen/xend/server/XMLRPCServer.py